projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2d6a8e
)
Fix typo in blktap script.
author
Keir Fraser
<keir@xensource.com>
Thu, 20 Sep 2007 09:39:10 +0000
(10:39 +0100)
committer
Keir Fraser
<keir@xensource.com>
Thu, 20 Sep 2007 09:39:10 +0000
(10:39 +0100)
Signed-off-by: Kazuhiro Suzuki <kaz@jp.fujitsu.com>
tools/examples/blktap
patch
|
blob
|
history
diff --git
a/tools/examples/blktap
b/tools/examples/blktap
index b3a0b63544bd1d679dd735ddb7e82225d79fbfff..bd914d58581e40cf861d504ed60948415b683b93 100644
(file)
--- a/
tools/examples/blktap
+++ b/
tools/examples/blktap
@@
-73,7
+73,7
@@
fi
if [ -L "$p" ]; then
file=$(readlink -f "$p") || ebusy "$p link does not exist."
else
- [ -f "$p" ] || { ebusy "$p file does not exist." }
+ [ -f "$p" ] || { ebusy "$p file does not exist."
;
}
file="$p"
fi